[]
Gets the cached items in the specified range.
public IEnumerable<ILoadedItem<T>> GetCachedItems(int? fromIndex = null, int? toIndex = null)
Public Function GetCachedItems(Optional fromIndex As Integer? = Nothing, Optional toIndex As Integer? = Nothing) As IEnumerable(Of ILoadedItem(Of T))
| Type | Name | Description |
|---|---|---|
| int? | fromIndex | From index. |
| int? | toIndex | To index. |
| Type | Description |
|---|---|
| IEnumerable<ILoadedItem<T>> |